home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webscrip / webscripter4s.exe / {app} / WebScripter.exe / 0 / RCDATA / TFORMJSASSIST / TFORMJSASSIST.txt
Encoding:
Text File  |  2001-07-11  |  3.6 KB  |  156 lines

  1. object FormJsAssist: TFormJsAssist
  2.   Left = 484
  3.   Top = 199
  4.   Width = 312
  5.   Height = 332
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'JavaScript Object Assisitant'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 332
  11.   Constraints.MinWidth = 212
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnClose = FormClose
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 10
  27.     Width = 89
  28.     Height = 17
  29.     AutoSize = False
  30.     Caption = 'Object Reference:'
  31.   end
  32.   object Page1: TPageControl
  33.     Left = 0
  34.     Top = 32
  35.     Width = 304
  36.     Height = 247
  37.     ActivePage = TabProp
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     TabOrder = 0
  40.     OnChange = Page1Change
  41.     object TabProp: TTabSheet
  42.       Caption = 'Properties'
  43.       object GridP: TStringGrid
  44.         Left = 3
  45.         Top = 0
  46.         Width = 294
  47.         Height = 219
  48.         Anchors = [akLeft, akTop, akRight, akBottom]
  49.         BorderStyle = bsNone
  50.         Color = clBtnFace
  51.         ColCount = 2
  52.         DefaultColWidth = 146
  53.         DefaultRowHeight = 19
  54.         FixedColor = clInactiveCaption
  55.         FixedCols = 0
  56.         RowCount = 1
  57.         FixedRows = 0
  58.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  59.         ScrollBars = ssVertical
  60.         TabOrder = 0
  61.         OnKeyDown = GridPKeyDown
  62.         OnSelectCell = GridPSelectCell
  63.         OnTopLeftChanged = GridPTopLeftChanged
  64.       end
  65.     end
  66.     object TabMethods: TTabSheet
  67.       Caption = 'Methods'
  68.       ImageIndex = 1
  69.       object GridM: TStringGrid
  70.         Left = 3
  71.         Top = 0
  72.         Width = 294
  73.         Height = 219
  74.         Anchors = [akLeft, akTop, akRight, akBottom]
  75.         BorderStyle = bsNone
  76.         Color = clBtnFace
  77.         ColCount = 2
  78.         DefaultColWidth = 146
  79.         DefaultRowHeight = 19
  80.         FixedColor = clInactiveCaption
  81.         FixedCols = 0
  82.         RowCount = 1
  83.         FixedRows = 0
  84.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  85.         ScrollBars = ssVertical
  86.         TabOrder = 0
  87.         OnKeyDown = GridMKeyDown
  88.         OnSelectCell = GridMSelectCell
  89.         OnTopLeftChanged = GridMTopLeftChanged
  90.       end
  91.     end
  92.   end
  93.   object Button1: TButton
  94.     Left = 143
  95.     Top = 280
  96.     Width = 53
  97.     Height = 25
  98.     Anchors = [akRight, akBottom]
  99.     Caption = '&OK'
  100.     TabOrder = 1
  101.     OnClick = Button1Click
  102.   end
  103.   object Button2: TButton
  104.     Left = 197
  105.     Top = 280
  106.     Width = 53
  107.     Height = 25
  108.     Anchors = [akRight, akBottom]
  109.     Cancel = True
  110.     Caption = '&Cancel'
  111.     ModalResult = 2
  112.     TabOrder = 2
  113.     OnClick = Button2Click
  114.   end
  115.   object Button3: TButton
  116.     Left = 251
  117.     Top = 280
  118.     Width = 53
  119.     Height = 25
  120.     Anchors = [akRight, akBottom]
  121.     Caption = '&Help'
  122.     TabOrder = 3
  123.     OnClick = Button3Click
  124.   end
  125.   object EditRef: TComboBox
  126.     Left = 104
  127.     Top = 8
  128.     Width = 200
  129.     Height = 21
  130.     Anchors = [akLeft, akTop, akRight]
  131.     ItemHeight = 13
  132.     TabOrder = 4
  133.     OnKeyDown = EditRefKeyDown
  134.   end
  135.   object Combo1: TComboBox
  136.     Tag = -1
  137.     Left = 8
  138.     Top = 152
  139.     Width = 145
  140.     Height = 21
  141.     ItemHeight = 13
  142.     TabOrder = 5
  143.     Visible = False
  144.     OnChange = Combo1Change
  145.     OnExit = Combo1Exit
  146.     OnKeyDown = Combo1KeyDown
  147.     Items.Strings = (
  148.       '_getValue'
  149.       '_callMethod')
  150.   end
  151.   object Open1: TOpenDialog
  152.     Left = 228
  153.     Top = 88
  154.   end
  155. end
  156.